home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / about_controlling_printing_with_css.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  1.8 KB  |  48 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <meta name="GENERATOR" content="amaya 5.1" /> 
  9.   <title>About Controlling Printing with CSS</title>
  10.   <style type="text/css">  </style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p><a href="print_command.html" accesskey="p"><img alt="previous"
  22.         src="../../images/left.gif" /></a> 
  23.         <a href="../Printing.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a></p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="page_body">
  30. <h1>About Controlling Printing with CSS</h1>
  31.  
  32. <p>Amaya does not print links as underlined. To make this happen, add the
  33. following line to your user style sheet (amaya.css, located in the <span
  34. class="Link0">Amaya home directory</span>):</p>
  35.  
  36. <p><code>@media print {a:link {text-decoration: underline} ... }</code></p>
  37.  
  38. <p>Amaya supports the CSS page break property <code>page-break-before:
  39. always</code>. When you attach this property to a specific element using an
  40. attribute style, Amaya generates a page break before that element. When you
  41. attach this property to an element type within the style element of the
  42. document or within an external CSS style sheet, Amaya generates a page break
  43. before each instance of that element.</p>
  44. </div>
  45.  
  46. </body>
  47. </html>
  48.